-
Notifications
You must be signed in to change notification settings - Fork 63
Added validation checks to password field in sign up form #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Added validation checks to password field in sign up form #154
Conversation
Hey @padmajabhol can you please merge this? |
I only review PRs. I don't think I should merge a PR before the approval of either of the mentors. Though I assure that every PR counts has a solid contribution regardless they are merged or not. |
Okay! I said this because another bug I worked on got committed to this PR. Issue #157 |
Pull Request Template
Description
Adds validation to the password field in the sign up form. Checks whether the password is 8 or more characters long, contains upper an lowercase letters and special characters using regex expression.
Fixes #143
Type of change
Please delete options that are not relevant.
Additional Context (Please include any Screenshots/gifs if relevant)
2022-04-20.15-01-05.mp4